Namespaces

Types

Type IVector<T>

Namespace MathNet.Numerics.LinearAlgebra

Methods

Properties

Public instance methods

T[] CopyToArray()

Copy all elements of this vector to an array.
Parameters
return T[]

Public properties

T Item get; set;

Gets or set the element indexed by iin the Vector.
return T

int Length get;

Gets the number of rows.
return int